home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / wg20.exe / sys._xe / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Encoding:
Text File  |  1999-04-11  |  3.0 KB  |  138 lines

  1. object Form2: TForm2
  2.   Left = 236
  3.   Top = 297
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'System Message'
  7.   ClientHeight = 348
  8.   ClientWidth = 592
  9.   Color = clSilver
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clRed
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object BitBtn1: TBitBtn
  23.     Left = -221
  24.     Top = 279
  25.     Width = 233
  26.     Height = 33
  27.     Caption = 'OK'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clNavy
  30.     Font.Height = -16
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.     TabOrder = 0
  35.     Visible = False
  36.     OnClick = BitBtn1Click
  37.   end
  38.   object Panel1: TPanel
  39.     Left = 0
  40.     Top = 0
  41.     Width = 592
  42.     Height = 348
  43.     Align = alClient
  44.     BevelInner = bvRaised
  45.     BorderStyle = bsSingle
  46.     TabOrder = 1
  47.     object AHMFillBackground1: TAHMFillBackground
  48.       Left = 2
  49.       Top = 2
  50.       Width = 584
  51.       Height = 340
  52.       Background = AHMBackground1
  53.       Align = alClient
  54.     end
  55.     object Image1: TImage
  56.       Left = 257
  57.       Top = 15
  58.       Width = 41
  59.       Height = 41
  60.       Picture.Data = {<image001.ico>}
  61.       Transparent = True
  62.     end
  63.     object Label1: TLabel
  64.       Left = 209
  65.       Top = 63
  66.       Width = 134
  67.       Height = 26
  68.       Caption = 'ATTENTION:'
  69.       Color = clSilver
  70.       Font.Charset = DEFAULT_CHARSET
  71.       Font.Color = clNavy
  72.       Font.Height = -23
  73.       Font.Name = 'Times New Roman'
  74.       Font.Style = [fsUnderline]
  75.       ParentColor = False
  76.       ParentFont = False
  77.       Transparent = True
  78.     end
  79.     object memo1: TMemo
  80.       Left = 8
  81.       Top = 104
  82.       Width = 575
  83.       Height = 169
  84.       TabStop = False
  85.       Color = clWhite
  86.       Font.Charset = ANSI_CHARSET
  87.       Font.Color = clBlack
  88.       Font.Height = -13
  89.       Font.Name = 'MS Sans Serif'
  90.       Font.Style = []
  91.       ParentFont = False
  92.       ReadOnly = True
  93.       ScrollBars = ssVertical
  94.       TabOrder = 0
  95.     end
  96.     object AHMButton1: TAHMButton
  97.       Left = 138
  98.       Top = 285
  99.       Width = 299
  100.       Height = 41
  101.       Glyph.TransparentColor = clBlack
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clNavy
  104.       Font.Height = -11
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = [fsBold]
  107.       Caption = 'I have read and understand the above message.'
  108.       ButtonSunk = True
  109.       Background = AHMBackground2
  110.       OnClick = AHMButton1Click
  111.       ParentFont = False
  112.       TabOrder = 1
  113.       TabStop = True
  114.     end
  115.   end
  116.   object Timer1: TTimer
  117.     Enabled = False
  118.     Interval = 400
  119.     OnTimer = Timer1Timer
  120.     Left = 64
  121.     Top = 40
  122.   end
  123.   object AHMBackground1: TAHMBackground
  124.     Gradient.BeginColor = clWhite
  125.     Gradient.EndColor = clNavy
  126.     Gradient.FillStyle = MiddleHBar
  127.     Gradient.ColorCount = 250
  128.     Left = 408
  129.     Top = 48
  130.   end
  131.   object AHMBackground2: TAHMBackground
  132.     Gradient.BeginColor = clWhite
  133.     Gradient.EndColor = clGray
  134.     Left = 480
  135.     Top = 56
  136.   end
  137. end
  138.